.gg_wz{
	position: absolute;
	right: 30px;
	top: 10px;
	width: 30px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	background: rgba(0,0,0,.2);
	z-index: 2;
	color: #fff;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.80);
}
.gg_sm{
	display: block !important;
	position: absolute;
	right: 16px;
	top: 10px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	border-radius: 14px;
	background: rgba(0,0,0,.2);
	z-index: 2;
	color: #fff;
	font-family: Arial;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.80);
}
.gg_close{
	display: block !important;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	border-radius: 14px;
	background: rgba(0,0,0,.2);
	z-index: 2;
	color: #fff;
	font-family: Arial;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.80);
}

/* 心理健康-广告块 */
.detail_adv{
	position: relative;
	display: flex;
	align-items: center;
	width: 730px;
	height: 108px;
	background: url(../image/adv_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 30px 30px 20px 30px; 
}
.detail_adv .det_adv_txt{
	padding-left: 162px;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.detail_adv .det_adv_txt span{
	color: #EB3A4B;
}
.gg_adv_bot{
	display: flex;
	align-items: center;
	position: absolute;
	right: 6px;
	bottom: 6px;
}
.gg_adv_bot .bot_txt{
	width: 36px;
	height: 20px;
	border-radius: 4px;
	background: rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 8px;
}
.gg_adv_bot .gg_close{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: rgba(0,0,0,0.1);
	cursor: pointer;
}

.adv_course{
	position: relative;
	margin: 0 30px;
	margin-top: 30px;
}
.adv_course .cour_label{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.adv_course .cour_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.adv_course .cour_view{
	width: 175px;
}
.adv_course .cour_img{
	position: relative;
	width: 100%;
	height: 125px;
	border-radius: 10px;
	overflow: hidden;
}
.adv_course .cour_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.adv_course .cour_img_num{
	position: absolute;
	color: #FFFFFF;
	z-index: 10;
	bottom: 6px;
	right: 8px;
	font-size: 18px;
	color: #FFFFFF;
}
.adv_course .cour_title{
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	color: #333333;
	margin-top: 8px;
	line-height: 1.5;
	height: 48px;
	padding: 0 5px;
}
.adv_course .cour_lect{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0 5px;
}
.adv_course .lect_name{
	font-size: 16px;
	color: #999999;
}
.adv_course .lect_paynum{
	font-size: 16px;
	color: #FF6B5D;
}

.paper_adv_cyc{
	display: block;
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
}
.paper_adv_cyc span{
	color: #ff9400;
}
.paper_adv_cyc .cyc_icon{
	width: 24px;
	height: 15px;
	margin-right: 5px;
}